/*плашка со статистикой под меню
************************************************/
table.b-afterHeaderStat{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	/*border-top: 1.5px solid #494949;*/
	border-bottom:1px solid #dedede;
}
table.b-afterHeaderStat td{
	/*width: 25%;*/
	padding: 0;
	vertical-align: top;

}
table.b-afterHeaderStat td.first{
	/*width: 25%;*/
}
#ajax-sessions {
	height: 69px;
    background: url(/static/i/topStatisticsBg.png) #D3CFCF repeat-x 0 0;
}
table.b-afterHeaderStat td .borders{
	background: url(/static/i/topStatisticsBg.png) #D3CFCF repeat-x 0 0;
	height: 52px;
	padding: 8px;
	border-left:1px solid #fbfbfb;
	border-right:1px solid #B9B8B9;
	position: relative;
}

.b-statHeader{
	position: absolute;
	width: 95px;
	left: 10px;
	top: 15px;
	line-height: 1.6;
	color: #383c45;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;
}

.b-counter_stat{
	position: absolute;
	right: 0;
	top: 0;
}

.b-caseForStat h2{
	font-weight: bold;
	margin: 0 0 5px 0;
	text-shadow: 0 1px 0 #fff;
}
.b-caseForStatLine>dt{
	float: left;
	margin-right: 8px;
	padding-top: 2px;
	text-shadow: 0px -1px 0 #606060;
}
.b-caseForStatLine>dd{
	overflow: hidden;
}
.b-caseForStatLine>dd>p{
	line-height: 15px;
	margin: 0 0 2px 0;
	vertical-align: middle;
    white-space: nowrap;
	overflow:hidden;
    text-shadow: 0 1px 0 #f7f7f7;
	text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
}
.b-summInfo{
	width: 30px;
	height: 30px;
	display: block;
	background: url(/static/i/summBg.png) #5f6776 no-repeat;
	text-align: center;
	color:#fff;
}
.b-summInfo b{
	font-weight: bold;
	padding: 5px 0 0 0;
	display: block;

}
.b-summInfo i{
	font-style: normal;
	display: block;
	font-size: 84%;
}
.view-footer p:nth-child(1) {
	text-align: left; font-size: 9pt;
}
.view-footer p:nth-child(2) {
	text-align: left; font-size: 9pt;
	padding-bottom: 10px;
	width:700px;
	border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: rgb(193, 196, 202);
}
.view-footer p {
	text-align: left\0/; font-size: 9pt\0/;
}
